explicit transaction造句
例句與造句
- Use explicit transactions in my application
在我的應用程序中使用顯式事務 - Implementing an explicit transaction using committabletransaction
>使用可提交事務實現(xiàn)顯式事務 - Explicit transaction check failure
顯式事務檢查失敗。 - For database explicit transaction
顯式事務 - This is true whether the statement firing the trigger is in an implicit or explicit transaction
不管激發(fā)觸發(fā)器的語句在隱式事務中還是顯式事務中,都會這樣。 - It's difficult to find explicit transaction in a sentence. 用explicit transaction造句挺難的
- The following example performs an explicit transaction consisting of two separate commands in the
以下示例執(zhí)行顯式事務,該事務由try塊中兩個獨立的命令組成。 - The truth is that this code line starts an explicit transaction for the connection to the db2 database which is committed by
而事實卻是該行代碼啟動了一個顯式事務,用于連接到由 - If you use stored procedures to configure or maintain an oracle publisher , do not put the procedures inside an explicit transaction
如果使用存儲過程來配置或維護oracle發(fā)布服務器,請不要將存儲過程放到顯式事務中。 - If you use replication stored procedures to configure or maintain an oracle publisher , do not wrap the procedures in an explicit transaction
如果用復制存儲過程來配置或維護oracle發(fā)布服務器,請不要在顯式事務中轉換這些過程。 - Xact abort must be set on for data modification statements in an implicit or explicit transaction against most ole db providers , including sql server
對于大多數(shù)ole db提供程序(包括sql server ) ,必須將隱式或顯示事務中的數(shù)據(jù)修改語句中的xact _ abort設置為on 。 - Because you control these steps in the process manually , internal transactions can be thought of as manual or explicit transactions , whereas external transactions are automatic or implicit
由于您手動控制進程中這些步驟,因此可以將內部事務視為手動或顯式事務,而將外部事務視為自動或隱式事務。 - Under connections enabled to support multiple active result sets mars , an explicit transaction started through an api function cannot be committed while there are pending requests for execution
在為支持多個活動的結果集( mars )而建立的連接中,只要還有待執(zhí)行的請求,就無法提交通過api函數(shù)啟動的顯式事務。 - If you are working with a sql server database that makes extensive use of explicit transactions , you should consider writing them as stored procedures using the transact - sql begin transaction statement
如果使用的sql server數(shù)據(jù)庫廣泛使用顯式事務,應考慮使用transact - sql begin transaction語句以存儲過程的形式編寫這些事務。